home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Magazine / C_Tutorial / Part-6 / asl2 / loadsave.h < prev    next >
C/C++ Source or Header  |  1997-10-25  |  165b  |  13 lines

  1. #ifndef LOADSAVE_H
  2.  
  3. #define LOADSAVE_H
  4.  
  5. #include<intuition/intuition.h>
  6.  
  7. void load(struct Window* win);
  8. void save(struct Window* win);
  9.  
  10. void freeReqs(void);
  11.  
  12. #endif
  13.